🐛 Bug Report: Fails to run pnpm docker:build
on main branch
#7609
Labels
bug
Something isn't working
pnpm docker:build
on main branch
#7609
Uh oh!
There was an error while loading. Please reload this page.
📜 Description
when i try to run pnpm docker:build on main branch, it fails at resolving one dependency (@novu/dal) from registry.npmjs.org.
I'm using pnpm 8.9.0, node 20.18.2.
👟 Reproduction steps
👍 Expected behavior
it should build docker.
👎 Actual Behavior with Screenshots
apps/ws docker:build: #24 50.83 Progress: resolved 284, reused 0, downloaded 284, added 0
apps/ws docker:build: #24 51.01 /usr/src/app/apps/ws:
apps/ws docker:build: #24 51.01 ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@novu%2Fdal: Not Found - 404
apps/ws docker:build: #24 51.01
apps/ws docker:build: #24 51.01 This error happened while installing the dependencies of @novu/application-generic@0.24.2
apps/ws docker:build: #24 51.01
apps/ws docker:build: #24 51.01 @novu/dal is not in the npm registry, or you have no permission to fetch it.
apps/ws docker:build: #24 51.01
apps/ws docker:build: #24 51.01 No authorization header was set for the request.
apps/web docker:build: #26 40.56 Progress: resolved 5938, reused 0, downloaded 97, added 92
apps/ws docker:build: #24 ERROR: process "/bin/sh -c export BULL_MQ_PRO_NPM_TOKEN=$(cat /run/secrets/BULL_MQ_PRO_NPM_TOKEN) && pnpm install --verbose && pnpm build:ws" did not complete successfully: exit code: 1
Novu version
main branch(i don't know its version)
npm version
10.8.2
node version
20.18.2
📃 Provide any additional context for the Bug.
i didn't find anything in docs about how to build docker locally, if there is one, i would appreciate
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: